ContextImpl

Undocumented in source.
final
class ContextImpl : ContextImplBase!(H, HandlerContext!(H.rout, H.wout)), HandlerContext!(H.rout, H.wout), InboundLink!(H.rin), OutboundLink!(H.win)(
H
) {}

Members

Mixins

__anonymous
mixin CommonContextImpl
Undocumented in source.
__anonymous
mixin ReadContextImpl
Undocumented in source.
__anonymous
mixin WriteContextImpl
Undocumented in source.

Static variables

dir
enum dir;
Undocumented in source.

Mixed In Members

From mixin CommonContextImpl

Rin
alias Rin = H.rin
Undocumented in source.
Rout
alias Rout = H.rout
Undocumented in source.
Win
alias Win = H.win
Undocumented in source.
Wout
alias Wout = H.wout
Undocumented in source.
this
this(PipelineBase pipeline, H handler)
Undocumented in source.
this
this()
Undocumented in source.
transport
Channel transport [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pipeline
PipelineBase pipeline [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin WriteContextImpl

NextCallBack
alias NextCallBack = void delegate(Wout, size_t)
Undocumented in source.
fireWrite
void fireWrite(Wout msg, NextCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.
fireClose
void fireClose()
Undocumented in source. Be warned that the author may not have intended to support it.
ThisCallBack
alias ThisCallBack = void delegate(Win, size_t)
Undocumented in source.
write
void write(Win msg, ThisCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin ReadContextImpl

fireRead
void fireRead(Rout msg)
Undocumented in source. Be warned that the author may not have intended to support it.
fireTimeOut
void fireTimeOut()
Undocumented in source. Be warned that the author may not have intended to support it.
fireTransportActive
void fireTransportActive()
Undocumented in source. Be warned that the author may not have intended to support it.
fireTransportInactive
void fireTransportInactive()
Undocumented in source. Be warned that the author may not have intended to support it.
read
void read(Rin msg)
Undocumented in source. Be warned that the author may not have intended to support it.
timeOut
void timeOut()
Undocumented in source. Be warned that the author may not have intended to support it.
transportActive
void transportActive()
Undocumented in source. Be warned that the author may not have intended to support it.
transportInactive
void transportInactive()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta